Back

Another in the fire - Hillsong United

tussenspel

PNG - MP3 - MIDI
horn PNG
sax-only PNG
sax PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=67
  \key g\major
  
  g'4 d'4 b4 a8. g16 | a16 b8.( b2.) |
  
}

chordNames = \chordmode {
  
  e2:m c2 | g1 |
  
  
 
}

songtext = \lyricmode {}

\include "../template.ly"

voorspel

PNG - MP3 - MIDI
sax PNG
sax-only PNG
horn PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=67
  \key g\major
  
  g'4 d'4 b4 a8. g16 | a16 b8.( b2.) |
  g4 d'4 b4 a8. g16( | g1) |
  
}

chordNames = \chordmode {
  
  e2:m c2 | g1 |
  e2:m c2 | g1
  
  
 
}

songtext = \lyricmode {}

\include "../template.ly"